www.gusucode.com > 智睿学校网站管理系统 V2.20 > 智睿学校网站管理系统 V2.20\code\admin\admin_index.asp

    <!--#include file="../Include/conn.asp"-->
<!--#include file="Admin_check.asp"-->
<%
Select Case Request.QueryString("Sub")
Case "Logout"
	session("ZhiRui_Admin")=""
	session("AdminPurview")=""
	Response.cookies("ZhiRui")("ZhiRuiAdmin")=""
	Response.cookies("ZhiRui")("ZhiRuiUser")=""
	Response.cookies("ZhiRui")("AdminPurview")=""
    Response.Cookies("ZhiRui")("Check")=""
    response.Redirect "Admin_Login.asp"
end Select
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
<title>智睿网-后台控制面板</title>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<link rel="stylesheet" type="text/css" href="images/skin/style.css" />
<style type="text/css">
html,body {margin:0;padding:0;overflow:hidden;height:100%;width:100%;border:none;}
table {font-size:12px;font-family:tahoma, 宋体, fantasy;}
td {font-size:12px;font-family:tahoma, 宋体, fantasy;}
</style>
<script type="text/javascript">
<!--
var status = 1;
function switchSysBar(){
     if (1 == window.status){
		  window.status = 0;
          switchPoint.innerHTML = '<img src="images/left.gif"/>';
          document.all("left_iframe").style.display="none"
		  document.all("left_table").style.display="none"
     }
     else{
		  window.status = 1;
          switchPoint.innerHTML = '<img src="images/right.gif"/>';
          document.all("left_iframe").style.display=""
		  document.all("left_table").style.display=""
     }
}
//-->
</script>
<script language="JavaScript" src="script/ajax.js" type="text/javascript"></script>
</head>
<body class="frame_class">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
	<tr>
		<td height="60" id="head_iframe" colspan="2"><iframe src="admin_top.asp" width="100%" height="100%" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" frameborder="no"></iframe></td>
	</tr>
	<tr>
		<td id="left_table" height="11"><div class="toplineimg"></div></td>
		<td class="topline" style="height:11px;overflow:hidden;"></td>
	</tr>
	<tr>
		<td id="left_iframe" valign="top">
			<iframe src="admin_left.asp" style="height:100%;visibility:inherit;width:188px;" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" frameborder="no"></iframe>
		</td>
		<td id="main_iframe" valign="top">
			<iframe src="admin_main.asp" style="height:100%;visibility:inherit;width:100%;z-index:1;" name="mainFrame" id="mainFrame" frameborder="no" scrolling="auto"></iframe>
		</td>
	</tr>
	<tr>
		<td height="30" id="foot_iframe" colspan="2">
		<table width="100%" border="0" cellspacing="0" cellpadding="0" class="botbg">
		  <tr height="32">
			<td style="width:38px;" align="center" onClick="switchSysBar()"><span class="navpoint" id="switchPoint" title="关闭/打开左栏"><img src="images/right.gif" alt="" /></span></td>
			<td style="text-align:left;font-family:arial;font-size:11px;">Copyright Right &copy; 2009-2010 <a href="http://www.zhirui.net" target="mainFrame">zhirui.net</a> 本系统只适合试用和测试使用,如需建立商业站点或域名投放使用请购买商业版。</td>
			<td style="text-align:right;padding-right:20px;"><a href="Admin_Config.asp" target="mainFrame">后台设置</a> | <a href="Admin_PassUp.asp" target="mainFrame">安全密码修改</a> | <a href="Admin_data.asp?action=SpaceSize" target="mainFrame">空间占用</a> | <a target="_top" href="admin_index.asp?Sub=Logout" onClick="return confirm('系统提示:您确定要退出后台管理吗?')">注销退出</a></td>
		  </tr>
		</table>
		</td>
	</tr>
</table>
<iframe id="hiddenFrame" name="hiddenFrame" style="display:none;" src="about:blank"></iframe>
</body>
</html>